Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update devdependencies #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rocket/cli (source) ^0.6.3 -> ^0.21.0 age adoption passing confidence
@rocket/launch (source) ^0.4.2 -> ^0.21.0 age adoption passing confidence
@rocket/search (source) ^0.6.0 -> ^0.7.0 age adoption passing confidence
@types/atom (source) 1.40.11 -> 1.40.14 age adoption passing confidence
@types/markdown-it (source) ^12.2.3 -> ^13.0.0 age adoption passing confidence
@types/prismjs (source) 1.26.0 -> 1.26.1 age adoption passing confidence
@types/react (source) 18.0.15 -> 18.2.28 age adoption passing confidence
@web/dev-server-esbuild (source) ^0.3.1 -> ^0.4.0 age adoption passing confidence
eleventy-plugin-add-web-component-definitions 2.1.2 -> 2.2.0 age adoption passing confidence
eslint (source) 8.20.0 -> 8.51.0 age adoption passing confidence
eslint-config-atomic 1.18.1 -> 1.20.5 age adoption passing confidence
markdown-it 13.0.1 -> 13.0.2 age adoption passing confidence
markdown-it-prism 2.2.4 -> 2.3.0 age adoption passing confidence
plugins-manager (source) ^0.2.4 -> ^0.3.0 age adoption passing confidence
prettier-config-atomic 3.0.10 -> 3.1.0 age adoption passing confidence
rollup-plugin-esbuild ^4.9.1 -> ^6.0.0 age adoption passing confidence
typedoc (source) ^0.23.9 -> ^0.25.0 age adoption passing confidence
typescript (source) ^4.7.4 -> ^5.0.0 age adoption passing confidence

Release Notes

modernweb-dev/rocket (@​rocket/cli)

v0.21.0

Compare Source

Minor Changes
  • 74b2b35: Update to Rollup v3 + all plugins that require it
Patch Changes

v0.20.4

Compare Source

Patch Changes

v0.20.3

Compare Source

Patch Changes
  • a48dcd8: Introducing rocket lint to verify if all your links are correct.

    There are two modes:

v0.20.2

Compare Source

Patch Changes
  • 39206a1: rocket start now outputs to _site-dev instead of _site.
  • 39206a1: rocket start clears only its output folder (defaults to _site-dev)
  • cbfb0f9: Add rocket preview command to enable fast checking of the production build

v0.20.1

Compare Source

Patch Changes
  • 8dedc56: Add start message for rocket start

    🚀 Rocket Engine v0.2.5
    
      🚧 Local:    http://localhost:8000/
      🌐 Network:  http://xxx.xxx.xxx.xxx:8000/
    
  • Updated dependencies [8dedc56]

  • Updated dependencies [390335d]

v0.20.0

Compare Source

Minor Changes
  • 5226ab0: BREAKING CHANGE: Complete rewrite introducing @rocket/engine
    Introduces class based templates, server side rendering of web components and a file based routing.

    For more information see the migration guide.

    The legacy documentation is still available.

Patch Changes

v0.10.2

Compare Source

Patch Changes

v0.10.1

Compare Source

Patch Changes
  • 15a82c0: Enable including script files into the simulator via <script src=".." mdjs-use>

  • 15a82c0: Allow only a limited set of characters for simulator includes [a-zA-Z0-9\/\-_].
    Notably, there is no:

    • : to prevent http://... includes
    • . so filenames as this.is.my.js are not supported. Also includes will be without file endings which will be added automatically

v0.10.0

Compare Source

Minor Changes
  • 70bb7a1: BREAKING CHANGE: Update to latest plugins manager to get type safe options

    There is no longer a name string as a key for a plugin. It is identified by it's function/class. You will need to adjust your code if you are adding or adjusting plugins.

    - addPlugin({ name: 'my-plugin', plugin: myPlugin, options: { myFlag: true }, location: 'top' });
    + addPlugin(myPlugin, { myFlag: true }, { location: 'top' });
    - adjustPluginOptions('my-plugin', { myFlag: true });
    + adjustPluginOptions(myPlugin, { myFlag: true });

    For more details please see the Changelog of the plugins-manager package.

Patch Changes

v0.9.11

Compare Source

Patch Changes
  • 7301a0f: Pass on rocketConfig to the eleventy function to enable conditional configurations/filters
  • 42418f2: Disable the service worker for local development
  • 5ac6aa6: Set the encoding of the simulator to utf8 via a html meta tag

v0.9.10

Compare Source

Patch Changes
  • 738941a: In rocket.config.js you can now supply a rollup config function.

    export default {
      rollup: config => {
        // config will be the fully generated config object after all presets have been applied
        if (config.plugins.includes('...')) {
          // change some config options
        }
        return config;
      },
    };

v0.9.9

Compare Source

Patch Changes
  • adf0f1d: use img openEnd to insert responsive image

v0.9.8

Compare Source

Patch Changes

v0.9.7

Compare Source

Patch Changes

v0.9.6

Compare Source

Patch Changes
  • bf99541: Adjust copy logic to

    1. for _assets/_static copy over everything
    2. for all other paths copy over everything except *.html and *.md
  • 579e8e7: Unordered joiningBlocks are now considered with the order number 10 000 and will generally be at the bottom.
    You can use numbers > 10 000 to place files even after unordered joiningBlocks.

v0.9.5

Compare Source

Patch Changes
  • 1b9559f: Adds before11ty hook to config and presets

v0.9.4

Compare Source

Patch Changes
  • 2b5c61d: Allow configuring the imagePreset ignore rules via the option ignore

    export default {
      imagePresets: {
        responsive: {
          // ...
          ignore: ({ src }) =>
            src.endsWith('.jpeg') || src.endsWith('svg') || src.includes('rocket-unresponsive.'),
        },
      },
    };
  • 2b5c61d: Do not generate responsive images for files ending in .svg or that include rocket-ignore.

  • ce0b00e: don't transform external images

  • 3b1a0cf: Allow to configure check-html-links

    export default {
      checkLinks: {
        /* ... */
      },
    };

v0.9.3

Compare Source

Patch Changes
  • 795a361: The server worker url should respect a set pathPrefix.

v0.9.2

Compare Source

Patch Changes
  • 5330740: When replacing images with responsive picture tags do this from the bottom up so the initial dom parsing locations still hold true.

v0.9.1

Compare Source

Patch Changes
  • 7301a0f: Pass on rocketConfig to the eleventy function to enable conditional configurations/filters
  • 42418f2: Disable the service worker for local development
  • 5ac6aa6: Set the encoding of the simulator to utf8 via a html meta tag

v0.9.0

Compare Source

Minor Changes
  • eae2007: Update to mdjs version that uses lit 2 and renders stories to light dom
Patch Changes

v0.8.2

Compare Source

Patch Changes

v0.8.1

Compare Source

Patch Changes
  • c338696: Updated dependency of eleventy-img for M1 compatibility

v0.8.0

Compare Source

Minor Changes
  • 8bba4a8: Every content image in markdown will outputted in multiple widths and formats to ensure small image file sizes while retaining quality.
    You can adjust the defaults by setting imagePresets.responsive.

    export default {
      imagePresets: {
        responsive: {
          widths: [600, 900, 1640],
          formats: ['avif', 'jpeg'],
          sizes: '(min-width: 1024px) 820px, calc(100vw - 40px)',
        },
      },
    };

v0.7.0

Compare Source

Minor Changes
  • 2724f07: The service worker no longer precaches all urls and assets. It now

    • caches already visited pages
    • caches assets of visited pages (up to 100 files then it replaces older entries)
    • on service worker activation it will reload the page if a newer version is available
Patch Changes
modernweb-dev/rocket (@​rocket/launch)

v0.21.3

Compare Source

Patch Changes

v0.21.2

Compare Source

Patch Changes
  • 87c10ec: Work without JavaScript if Declarative Shadow Dom (DSD) is supported by browser

  • d7e461c: Replace Layout Options logoSrc and logoAlt strings with a logoSmall TemplateResult

    -  logoSrc: '/icon.svg',
    -  logoAlt: 'Rocket Logo',
    +  logoSmall: html`
    +    <img src="resolve:@&#8203;rocket/launch/assets/rocket-logo-light.svg" alt="Rocket" width="250" height="67.87" />
    +  `,
  • a12adf2: Add padding above slogan an home page

  • Updated dependencies [a48dcd8]

  • Updated dependencies [0ed3d6d]

v0.21.1

Compare Source

Patch Changes

v0.21.0

Compare Source

Minor Changes
Patch Changes

v0.6.0

Compare Source

Minor Changes
  • 70bb7a1: BREAKING CHANGE: Update to latest plugins manager to get type safe options

    There is no longer a name string as a key for a plugin. It is identified by it's function/class. You will need to adjust your code if you are adding or adjusting plugins.

    - addPlugin({ name: 'my-plugin', plugin: myPlugin, options: { myFlag: true }, location: 'top' });
    + addPlugin(myPlugin, { myFlag: true }, { location: 'top' });
    - adjustPluginOptions('my-plugin', { myFlag: true });
    + adjustPluginOptions(myPlugin, { myFlag: true });

    For more details please see the Changelog of the plugins-manager package.

v0.5.6

Compare Source

Patch Changes

v0.5.5

Compare Source

Patch Changes
  • 3d22fbb: Prevent styles from applying to lion components that are rendered in light dom

v0.5.4

Compare Source

Patch Changes
  • d91e46b: Add noscript styles which explicity show unregistered custom elements

v0.5.3

Compare Source

Patch Changes
  • b7d5cba: remove footer extra comma

v0.5.2

Compare Source

Patch Changes
  • 9e3c2f5: Only show the help & feedback link if a site.helpUrl is defined

  • 9625b94: Remove footer urls to pages that users would need to create

  • 1f79d7a: Add font-family CSS variables

    • --primary-font-family for body text
    • --secondary-font-family for emphasis (e.g. call-to-action)
    • --heading-font-family for headings (defaults to --primary-font-family)
    • --monospace-font-family for code blocks

v0.5.1

Compare Source

Patch Changes
  • cf44221: Adds a Slack invite to social links
  • f5d349e: add used fonts from google fonts

v0.5.0

Compare Source

Minor Changes
  • 8bba4a8: Configure responsive image sizes to align with the launch preset breakpoints.
    The set value is sizes: '(min-width: 1024px) 820px, calc(100vw - 40px)'.
modernweb-dev/rocket (@​rocket/search)

v0.7.0

Compare Source

Minor Changes
Patch Changes
modernweb-dev/web (@​web/dev-server-esbuild)

v0.4.1

Compare Source

Patch Changes

v0.4.0

Compare Source

Minor Changes
  • febd9d9: Set node 16 as the minimum version.
Patch Changes

v0.3.6

Compare Source

Patch Changes

v0.3.5

Compare Source

Patch Changes
  • 0f5631d: chore(deps): bump ua-parser-js from 1.0.32 to 1.0.33

v0.3.4

Compare Source

Patch Changes

v0.3.3

Compare Source

Patch Changes
  • cfc2aa1: Expose banner/footer as a pass-through to esbuild transform

v0.3.2

Compare Source

Patch Changes
jdvivar/eleventy-plugin-add-web-component-definitions (eleventy-plugin-add-web-component-definitions)

v2.2.0

Compare Source

Features
  • adding undefined content with non-html files edge case (6e91928)
2.1.2 (2022-04-01)
2.1.1 (2022-01-03)

v2.1.4

Compare Source

eslint/eslint (eslint)

v8.51.0

Compare Source

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#​17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#​17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#​17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#​17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#​17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#​17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#​17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#​17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#​17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

v8.50.0

Compare Source

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#​17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#​17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#​17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#​17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#​17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#​17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#​17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#​17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#​17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#​17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#​17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

v8.49.0

Compare Source

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#​17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#​17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#​17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#​17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#​17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

v8.48.0

Compare Source

Features
  • 1fbb3b0 feat: correct update direction in for-direction (#​17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#​17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#​17282) (nopeless)
Bug Fixes
  • 7234f6a fix: update RuleTester JSDoc and deprecations (#​17496) (Jonas Berlin)
Documentation
  • 7a51d77 docs: no-param-reassign mention strict mode ([#​17494](http

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/devdependencies branch from cb76257 to 125b860 Compare April 24, 2022 17:26
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from a9c30f2 to 90af82a Compare July 27, 2022 00:06
@renovate renovate bot force-pushed the renovate/devdependencies branch from 90af82a to 714f261 Compare July 27, 2022 01:54
@renovate renovate bot force-pushed the renovate/devdependencies branch from 714f261 to d39869b Compare August 11, 2022 16:38
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from cc4112a to a9b79ad Compare August 25, 2022 20:32
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from fd6b28e to af58fed Compare September 12, 2022 14:56
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from a19a8af to 4cffdb5 Compare September 14, 2022 01:12
@renovate renovate bot force-pushed the renovate/devdependencies branch from 8324955 to 40013a6 Compare March 22, 2023 17:50
@renovate renovate bot force-pushed the renovate/devdependencies branch from 40013a6 to e65bc9a Compare April 17, 2023 10:33
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from 0e8bb64 to ebcf9e8 Compare August 27, 2023 10:56
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from a2c74be to eb60853 Compare September 8, 2023 22:09
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from f8f2f82 to 74a7782 Compare September 24, 2023 10:57
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from 568945b to 3baba6b Compare October 1, 2023 22:56
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from 8f24861 to 16a12ee Compare October 10, 2023 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants